match URL into $ with ^(.*)/interview/list-([0-9]+)\.html\?*(.*)$
if matched then
set URL = $1/plugin.php?id=singcere_interview:singcere_interview&mod=view&iid=$2&$4
endif
match URL into $ with ^(.*)/interview/\?*(.*)$
if matched then
set URL = $1/plugin.php?id=singcere_interview:singcere_interview&$2
endif